Release 10.1A: OpenEdge Data Management:
SQL Reference


Date-time data types

Date-time data types are used to define points in time. Date-time data types represent calendar dates as well as times in This is the syntax for the date-time data types;

Syntax
DATE | TIME | TIMESTAMP 

DATE

Stores a date value as three parts: year, month, and day. The ranges for the parts are:

TIME

Stores a time value as four parts: hours, minutes, seconds, and milliseconds. The ranges for the parts are:

TIMESTAMP

Combines the parts of DATE and TIME.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095